Add GtkNumerableIcon
authorMatthias Clasen <mclasen@redhat.com>
Wed, 5 Jan 2011 21:30:57 +0000 (16:30 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 5 Jan 2011 21:33:15 +0000 (16:33 -0500)
commit7799fbf239b8953f3e41b78073584f1dcf2fb27b
tree1c0ade1dc5df637422fb24441c41a0f47cb0a4f8
parent9a80100e9ab2430ecc4375ba6bd2f66784ce34a9
Add GtkNumerableIcon

This is a subclass of GEmblemedIcon that can show a number or
short string as an emblem, overlayed on top of another emblem.

Written by Cosimo Cecchi
https://bugzilla.gnome.org/show_bug.cgi?id=637169
15 files changed:
docs/reference/gtk/Makefile.am
docs/reference/gtk/gtk-docs.sgml
docs/reference/gtk/gtk3-sections.txt
docs/reference/gtk/gtk3.types
docs/reference/gtk/images/numerableicon.png [new file with mode: 0644]
docs/reference/gtk/images/numerableicon2.png [new file with mode: 0644]
gtk/Makefile.am
gtk/gtk.h
gtk/gtk.symbols
gtk/gtkicontheme.c
gtk/gtknumerableicon.c [new file with mode: 0644]
gtk/gtknumerableicon.h [new file with mode: 0644]
gtk/gtknumerableiconprivate.h [new file with mode: 0644]
tests/Makefile.am
tests/testnumerableicon.c [new file with mode: 0644]